Developer Documentation

QuickTime 4 API Documentation

QuickTime 4 Reference

| Previous | Chapter Contents | Chapter Top | Next |

Effects List Atom Names

These constants specify the four character codes for the two atom types in the atom container returned by calls to QTGetEffectsList .

enum {
    kEffectNameAtom = FOUR_CHAR_CODE('name'),
    kEffectTypeAtom = FOUR_CHAR_CODE('type')
}

Constant descriptions

kEffectNameAtom
The code for the atom containing the name of an entry in the effects list.

kEffectTypeAtom
The code for the atom containing the type of an entry in the effects list.


© 1999 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |